home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / GSTAR32.ZIP / GSTAR32.TXT < prev    next >
Encoding:
Text File  |  1996-10-18  |  1.4 KB  |  45 lines

  1.  
  2.  
  3.     GraphStar is a set of components and objects to help Delphi users 
  4. to develop their graph applications easily. A graph in GraphStar is 
  5. a set of vertices,edges,touch-objects and faces:
  6.  
  7.     Vertices:       points of 2D long integer domain; 
  8.     Edges:          links connects a pair of vertices; 
  9.     Touch-objects : those objects touched on other objects; 
  10.     Face :          object to keep edges of a face of a planar graph.
  11.  
  12. Data structure of a graph can be recursive.
  13.  
  14.  
  15.     For drawing diagrams such as flow chats, following objects are also 
  16. supported at GraphStar:
  17.  
  18.         - FCVertex: vertices with shape-polygon such as rectangle,circle, etc.
  19.         - FCEdge: edges to connect FCVertex.
  20.     
  21.     GraphStar provides well-defined object structures and implements 
  22. lower level functions about graph applications such as
  23.  
  24.         - sorting and hit-testing of objects
  25.         - manipulation of objects
  26.         - interactive drawing
  27.         - save/load
  28.         - undo/redo functions*
  29.         - planarity test*
  30.         - property editor
  31.         - calculation of user-defined marcos.*
  32.  
  33.     GraphStar is a freeware before version1.0. In these cases, you can 
  34. use it on your programs, but remember there possibly have some bugs 
  35. somewhere. Well, if there are more than 25 objects in the graph, the GSPanel 
  36. showes a unregistered string.
  37.  
  38.     Any problem please mail to:
  39.         
  40.         J.Y.Pu
  41.         cllu@tiger.cs.nthu.edu.tw
  42.         
  43.  
  44. *functions are not appeared in version 0.94.
  45.